lambert29_v
===========
  Textures:
    - MagunamKillerBody
    - Env2
        Offset: 0.0830078125, 0.1220703125
        Scale: 1.4892578125, 0.703125
        Rotation: -0.32230597857600635

  Ambient Colors:
    - 64, 64, 64, 128

  Color Registers:
    - -5, -5, -5, -85
    - 1023, 1023, 1023, 255

  Steps:
    1: RGB = ((tex #1 RGB) * (vertex RGB)), then add (-5, -5, -5)
         A = (lerp from (tex #1 A) to 32 using (vertex A)), then add -85, multiply by 2
    2: RGB = (lerp from (tex #2 RGB) to (vertex RGB) using (prev. A)), then add (prev. RGB)
         A = (64 * (vertex A)), then add -85, multiply by 2
    3: RGB = ((vertex RGB) * (prev. RGB)), multiply by 2
         A = (prev. A)



lambert30_v
===========
  Textures:
    - killer_eye_around
    - Env2

  Ambient Colors:
    - 64, 64, 64, 128

  Color Registers:
    - 0, 0, 0, -89
    - 1023, 1023, 1023, 255

  Steps:
    1: RGB = ((tex #1 RGB) * (vertex RGB))
         A = (lerp from (tex #1 A) to 64 using (vertex A)), then add -89, multiply by 2
    2: RGB = ((vertex RGB) * (prev. A)), then add (prev. RGB), multiply by 2
         A = (64 * (vertex A)), then add -89, multiply by 2
    3: RGB = ((tex #2 RGB) * (vertex RGB)), then add (prev. RGB)
         A = (prev. A)



lambert32_v
===========
  Textures:
    - MagunamKillerHa

  Ambient Colors:
    - 64, 64, 64, 128

  Color Registers:
    - -13, -13, -18, -89
    - 1023, 1023, 1023, 255

  Steps:
    1: RGB = ((tex #1 RGB) * (vertex RGB)), then add (-13, -13, -18)
         A = (lerp from (tex #1 A) to 64 using (vertex A)), then add -89, multiply by 2
    2: RGB = ((vertex RGB) * (prev. A)), then add (prev. RGB), multiply by 2
         A = (64 * (vertex A)), then add -89, multiply by 2



lambert33_v
===========
  Textures:
    - MagunamKillerBody

  Ambient Colors:
    - 64, 64, 64, 128

  Material Colors:
    - 124, 124, 124, 212
    - 124, 124, 124, 212

  Steps:
    1: RGB = ((tex #1 RGB) * (tex #1 RGB))
         A = 255
